home *** CD-ROM | disk | FTP | other *** search
- UserId = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Object; };
- MainController = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "openFrom:" = "openFrom:";
- "openSqlPanel:" = "openSqlPanel:";
- "openSqlTrace:" = "openSqlTrace:";
- "saveTo:" = "saveTo:";
- };
- OUTLETS = {
- prefsController = prefsController;
- queryInspector = queryInspector;
- queryParser = queryParser;
- screenController = screenController;
- servicesController = servicesController;
- sqlDataSource = sqlDataSource;
- sqlPanel = sqlPanel;
- sqlTracePanel = sqlTracePanel;
- sqlTraceText = sqlTraceText;
- userObject = userObject;
- window = window;
- };
- SUPERCLASS = EOApplication;
- };
- QueryParser = {
- ACTIONS = {};
- OUTLETS = {mainController = mainController; theController = theController; };
- SUPERCLASS = Object;
- };
- QueryInspector = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Object; };
- ScreenController = {
- ACTIONS = {
- "enterSqlPressed:" = "enterSqlPressed:";
- "limitFieldEntered:" = "limitFieldEntered:";
- "showInfoPanel:" = "showInfoPanel:";
- };
- OUTLETS = {
- SQLButton = SQLButton;
- asciiButton = asciiButton;
- changeButton = changeButton;
- dataView = dataView;
- excelButton = excelButton;
- fetchButton = fetchButton;
- infoPanel = infoPanel;
- limitText = limitText;
- mainController = mainController;
- queryTimeField = queryTimeField;
- recordFetchedText = recordFetchedText;
- sqlEnterPanel = sqlEnterPanel;
- sqlEnterText = sqlEnterText;
- window = window;
- };
- SUPERCLASS = Object;
- };
- ServicesController = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Object; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- PrefController = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Object; };
-